home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_IMGPICK / TFORM_IMGPICK.txt
Text File  |  2003-11-13  |  2KB  |  88 lines

  1. object Form_ImgPick: TForm_ImgPick
  2.   Left = 318
  3.   Top = 222
  4.   Width = 440
  5.   Height = 328
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Select node icon'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnKeyPress = FormKeyPress
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 432
  23.     Height = 223
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     BevelWidth = 9
  27.     BorderWidth = 5
  28.     TabOrder = 0
  29.     object List_Icn: TGFXListBox
  30.       Left = 5
  31.       Top = 5
  32.       Width = 422
  33.       Height = 213
  34.       Align = alClient
  35.       Columns = 4
  36.       ExtendedSelect = False
  37.       ItemHeight = 20
  38.       TabOrder = 0
  39.       OnDblClick = List_IcnDblClick
  40.     end
  41.   end
  42.   object Panel2: TPanel
  43.     Left = 0
  44.     Top = 223
  45.     Width = 432
  46.     Height = 73
  47.     Align = alBottom
  48.     BevelOuter = bvNone
  49.     TabOrder = 1
  50.     object Button_Cancel: TButton
  51.       Left = 111
  52.       Top = 38
  53.       Width = 92
  54.       Height = 31
  55.       Hint = 'Close dialog box without selecting an image'
  56.       Cancel = True
  57.       Caption = 'Cancel'
  58.       ModalResult = 2
  59.       TabOrder = 0
  60.     end
  61.     object Button_OK: TButton
  62.       Left = 12
  63.       Top = 38
  64.       Width = 93
  65.       Height = 31
  66.       Hint = 'Assign selected image'
  67.       Caption = 'OK'
  68.       Default = True
  69.       ModalResult = 1
  70.       TabOrder = 1
  71.     end
  72.     object CB_Children: TCheckBox
  73.       Left = 12
  74.       Top = 5
  75.       Width = 297
  76.       Height = 21
  77.       Caption = '&Also use this icon for all child nodes'
  78.       TabOrder = 2
  79.     end
  80.   end
  81.   object FormPlacement: TFormPlacement
  82.     IniSection = 'NodeIconDlg'
  83.     Options = [fpPosition]
  84.     Left = 280
  85.     Top = 240
  86.   end
  87. end
  88.